Unmanaged arrays are either com - style safe arrays or c - style arrays with fixed or variable length 非托管數組是具有固定或可變長度的com樣式安全數組或c樣式數組。
Type libraries can contain arrays of fixed or variable length . tlbimp . exe can import only fixed - length arrays from type libraries because type libraries lack the information needed to marshal variable - length arrays Tlbimp . exe只能從類型庫中導入定長的數組,這是因為類型庫缺少封送可變長度數組所需的信息。